Platform Explorer / Nuxeo Platform 6.0

Extension point mimeTypeContentDiffer

Documentation

Allows to contribute default implementation of content diff according to the mime type.

Contribution Descriptors

  • Class: org.nuxeo.ecm.diff.content.adapter.MimeTypeContentDifferDescriptor

Existing Contributions

Contributions are presented in the same order as the registration order on this extension point. This order is displayed before the contribution name, in brackets.

  • nuxeo-diff-content-6.0.jar
    <extension point="mimeTypeContentDiffer" target="org.nuxeo.ecm.diff.content.adapter.ContentDiffAdapterManagerComponent">
        <contentDiffer class="org.nuxeo.ecm.diff.content.adapter.HtmlContentDiffer">
          <pattern>text/html</pattern>
        </contentDiffer>
        <contentDiffer class="org.nuxeo.ecm.diff.content.adapter.HtmlContentDiffer">
          <pattern>text/plain</pattern>
        </contentDiffer>
        <contentDiffer class="org.nuxeo.ecm.diff.content.adapter.HtmlContentDiffer">
          <pattern>text/xml</pattern>
        </contentDiffer>
      </extension>